[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
CURSEC() (INTEGER)
Function
Get the users current security level.
Syntax
CURSEC() No arguments are required
Return Type & Value
INTEGER
Returns an integer with the current security level of the user.
Remarks
Although the users primary security level may be accessed via the U_SEC
variable after using the GETUSER statement, it is often necessary to
know the users security level right now after taking into account
whether or not they have expired access, additional security from
joining a specific conference, or additional security from the
keyboard. This function will take all variables into account and return
the current 'logical' security level.
Examples
IF (CURSEC() < 100) PRINTLN "Insufficient security!"
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson